RuleOperationErrorValidationErrors Property |
Gets an array of rule validation errors on each rule field that has an error.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic IList<RuleValidationError> ValidationErrors { get; }Public ReadOnly Property ValidationErrors As IList(Of RuleValidationError)
Get
Property Value
Type:
IListRuleValidationError
See Also